home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 5_8.lha / 5_8 / makefile < prev    next >
Makefile  |  1993-08-08  |  230b  |  15 lines

  1. C= CC -I. -I../../CC
  2. ll: 5_8tst
  3.  
  4. _8tst: 5_8a5.h 5_8b1.h 5_8b2.c 5_8b3.c 5_8tst.c
  5. $(CC) 5_8tst.c -o 5_8tst -lm
  6.  
  7. MP= 5_8.cmp
  8. UT= 5_8.out
  9.  
  10. _8.out: 5_8tst ;    5_8tst > 5_8.out
  11.  
  12. est: all $(OUT) $(CMP)
  13. cmp 5_8.out 5_8.cmp
  14. echo tests done
  15.